.thumbnail .caption h3 {
	overflow: hidden
}
.vjs-youtube .vjs-poster {
	background-size: contain !important;
}
/* ==========================================================
   TEC MAGAZINE - CLEAN DARK THEME (VERSION 2)
   ========================================================== */

/* 1. الخلفية العامة للموقع */
body, html {
    background-color: #0b0f19 !important;
    color: #94a3b8 !important;
}

.mastcontent-wrap {
    background-color: #0b0f19 !important;
}

/* 2. الهيدر والقائمة الرئيسية */
.header-bg, .pm-top-head, .pm-top-nav {
    background-color: #111827 !important;
    border-bottom: 1px solid #1f2937 !important;
}

.pm-top-nav .nav-tabs > li > a, 
.header-logo h3 a, 
.navbar-pmuser a {
    color: #f3f4f6 !important;
}

.pm-top-nav .nav-tabs > li > a:hover {
    color: #38bdf8 !important;
}

/* القوائم المنسدلة Dropdowns */
.dropdown-menu {
    background-color: #1f2937 !important;
    border: 1px solid #374151 !important;
}
.dropdown-menu > li > a {
    color: #f3f4f6 !important;
}
.dropdown-menu > li > a:hover {
    background-color: #374151 !important;
    color: #38bdf8 !important;
}

/* 3. عناوين الأقسام */
.pm-section-head h2, .pm-section-head h2 a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* 4. الويدجتس والجانب (Widgets) */
.widget {
    background-color: #111827 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

/* 5. عناوين الفيديوهات والنصوص */
.pm-video-title a, 
h3.media-heading a, 
.media-heading a {
    color: #f3f4f6 !important;
}

.pm-video-title a:hover, 
.media-heading a:hover {
    color: #38bdf8 !important;
}

/* 6. الفوتر (Footer) */
footer, .footer, .mastcontent-wrap + div {
    background-color: #111827 !important;
    color: #94a3b8 !important;
    border-top: 1px solid #1f2937 !important;
}